• Fingerprint_Recognition_Project.csproj
  • project /
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{F3ECF311-81AA-40D8-B49F-7148835FC60B}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Fingerprint_Recognition_Project</RootNamespace>
11     <AssemblyName>Fingerprint_Recognition_Project</AssemblyName>
12     <TargetFrameworkVersion>v4.
5</TargetFrameworkVersion>
13     <FileAlignment>
512</FileAlignment>
14     <AutoGenerateBindingRedirects>
true</AutoGenerateBindingRedirects>
15     <TargetFrameworkProfile />
16   </PropertyGroup>
17   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <PlatformTarget>AnyCPU</PlatformTarget>
19     <DebugSymbols>
true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>
false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>
4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <PlatformTarget>AnyCPU</PlatformTarget>
29     <DebugType>pdbonly</DebugType>
30     <Optimize>
true</Optimize>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>
4</WarningLevel>
35   </PropertyGroup>
36   <ItemGroup>
37     <Reference Include=
"FR.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
38       <SpecificVersion>False</SpecificVersion>
39       <HintPath>bin\Debug\FR.Core.dll</HintPath>
40     </Reference>
41     <Reference Include=
"FR.MTriplets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
42       <SpecificVersion>False</SpecificVersion>
43       <HintPath>bin\Debug\FR.MTriplets.dll</HintPath>
44     </Reference>
45     <Reference Include=
"FR.Parziale2004, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46       <SpecificVersion>False</SpecificVersion>
47       <HintPath>bin\Debug\FR.Parziale2004.dll</HintPath>
48     </Reference>
49     <Reference Include=
"FR.Qi2005, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
50       <SpecificVersion>False</SpecificVersion>
51       <HintPath>bin\Debug\FR.Qi2005.dll</HintPath>
52     </Reference>
53     <Reference Include=
"FR.Ratha1995, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54       <SpecificVersion>False</SpecificVersion>
55       <HintPath>bin\Debug\FR.Ratha1995.dll</HintPath>
56     </Reference>
57     <Reference Include=
"ImageProcessingTools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
58       <SpecificVersion>False</SpecificVersion>
59       <HintPath>bin\Debug\ImageProcessingTools.dll</HintPath>
60     </Reference>
61     <Reference Include=
"ROC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
62       <SpecificVersion>False</SpecificVersion>
63       <HintPath>bin\Debug\ROC.dll</HintPath>
64     </Reference>
65     <Reference Include=
"System" />
66     <Reference Include=
"System.Core" />
67     <Reference Include=
"System.Xml.Linq" />
68     <Reference Include=
"System.Data.DataSetExtensions" />
69     <Reference Include=
"Microsoft.CSharp" />
70     <Reference Include=
"System.Data" />
71     <Reference Include=
"System.Deployment" />
72     <Reference Include=
"System.Drawing" />
73     <Reference Include=
"System.Net.Http" />
74     <Reference Include=
"System.Windows.Forms" />
75     <Reference Include=
"System.Xml" />
76   </ItemGroup>
77   <ItemGroup>
78     <Compile Include=
"DB.cs" />
79     <Compile Include=
"Form1.cs">
80       <SubType>Form</SubType>
81     </Compile>
82     <Compile Include=
"Form1.Designer.cs">
83       <DependentUpon>Form1.cs</DependentUpon>
84     </Compile>
85     <Compile Include=
"Form2.cs">
86       <SubType>Form</SubType>
87     </Compile>
88     <Compile Include=
"Form2.Designer.cs">
89       <DependentUpon>Form2.cs</DependentUpon>
90     </Compile>
91     <Compile Include=
"Form3.cs">
92       <SubType>Form</SubType>
93     </Compile>
94     <Compile Include=
"Form3.Designer.cs">
95       <DependentUpon>Form3.cs</DependentUpon>
96     </Compile>
97     <Compile Include=
"Program.cs" />
98     <Compile Include=
"Properties\AssemblyInfo.cs" />
99     <EmbeddedResource Include=
"Form1.resx">
100       <DependentUpon>Form1.cs</DependentUpon>
101     </EmbeddedResource>
102     <EmbeddedResource Include=
"Form2.resx">
103       <DependentUpon>Form2.cs</DependentUpon>
104     </EmbeddedResource>
105     <EmbeddedResource Include=
"Form3.resx">
106       <DependentUpon>Form3.cs</DependentUpon>
107     </EmbeddedResource>
108     <EmbeddedResource Include=
"Properties\Resources.resx">
109       <Generator>ResXFileCodeGenerator</Generator>
110       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
111       <SubType>Designer</SubType>
112     </EmbeddedResource>
113     <Compile Include=
"Properties\Resources.Designer.cs">
114       <AutoGen>True</AutoGen>
115       <DependentUpon>Resources.resx</DependentUpon>
116       <DesignTime>True</DesignTime>
117     </Compile>
118     <None Include=
"Properties\Settings.settings">
119       <Generator>SettingsSingleFileGenerator</Generator>
120       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
121     </None>
122     <Compile Include=
"Properties\Settings.Designer.cs">
123       <AutoGen>True</AutoGen>
124       <DependentUpon>Settings.settings</DependentUpon>
125       <DesignTimeSharedInput>True</DesignTimeSharedInput>
126     </Compile>
127   </ItemGroup>
128   <ItemGroup>
129     <None Include=
"App.config" />
130   </ItemGroup>
131   <ItemGroup>
132     <COMReference Include=
"Microsoft.Office.Core">
133       <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
134       <VersionMajor>
2</VersionMajor>
135       <VersionMinor>
8</VersionMinor>
136       <Lcid>
0</Lcid>
137       <WrapperTool>primary</WrapperTool>
138       <Isolated>False</Isolated>
139       <EmbedInteropTypes>True</EmbedInteropTypes>
140     </COMReference>
141     <COMReference Include=
"Microsoft.Office.Interop.Excel">
142       <Guid>{
00020813-0000-0000-C000-000000000046}</Guid>
143       <VersionMajor>
1</VersionMajor>
144       <VersionMinor>
9</VersionMinor>
145       <Lcid>
0</Lcid>
146       <WrapperTool>primary</WrapperTool>
147       <Isolated>False</Isolated>
148       <EmbedInteropTypes>True</EmbedInteropTypes>
149     </COMReference>
150     <COMReference Include=
"VBIDE">
151       <Guid>{
0002E157-0000-0000-C000-000000000046}</Guid>
152       <VersionMajor>
5</VersionMajor>
153       <VersionMinor>
3</VersionMinor>
154       <Lcid>
0</Lcid>
155       <WrapperTool>primary</WrapperTool>
156       <Isolated>False</Isolated>
157       <EmbedInteropTypes>True</EmbedInteropTypes>
158     </COMReference>
159   </ItemGroup>
160   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
162        Other similar extension points exist, see Microsoft.Common.targets.
163   <Target Name=
"BeforeBuild">
164   </Target>
165   <Target Name=
"AfterBuild">
166   </Target>
167   -->
168 </Project>


Gõ tìm kiếm nhanh...